Class FieldStatistics<T>

Assembly: redb.Core.dll

Result of GetStatisticsAsync - all aggregates for field.

public class FieldStatistics<T> where T : struct

Inheritance

ObjectFieldStatistics<T>

Properties

Average

Average value

public decimal Average { get; set; }

Count

Record count

public int Count { get; set; }

Max

Maximum value

public T? Max { get; set; }

Min

Minimum value

public T? Min { get; set; }

Sum

Sum of values

public decimal Sum { get; set; }

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()